* coding.c (Fdefine_coding_system_internal): Use AREF where
authorDmitry Antipov <dmantipov@yandex.ru>
Thu, 7 Feb 2013 16:09:04 +0000 (20:09 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Thu, 7 Feb 2013 16:09:04 +0000 (20:09 +0400)
commitfa9d9e871542070499febc3068dab8b20e653d4b
treef7d2d882f7916e16ef2a54be99950f6b5d18689a
parent521dc1d8630b6535fcd33559dea99d7a9ca65286
* coding.c (Fdefine_coding_system_internal): Use AREF where
argument is known to be a vector.
* fns.c (Flocale_info): Likewise for ASET.
* xselect.c (selection_data_to_lisp_data): Likewise for ASET.
* w32fns.c (w32_parse_hot_key): Likewise for ASIZE and AREF.
src/ChangeLog
src/coding.c
src/fns.c
src/w32fns.c
src/xselect.c